ACS

[Function] - Returns Arc Cosinus of value


Syntax:

ACS(nr)

Parameters:

nr: nummeric expression

Description:

Returns the arc cosine value of the given argument. Argument must be a numeric expression. Returned value type is Float

Examples:

REM 'Absolute value
LET a = -1
PRINT "Absolute value of a is "; ABS(a)
REM 'Will print 1

Notes:

See also:

INT


Supported Plattforms:

ZX Spectrum